Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / ItemStyle Property

In This Topic
    ItemStyle Property (C1ListView<T>)
    In This Topic
    Gets or sets the style of the items.
    Syntax
    'Declaration
     
    
    Public Property ItemStyle As C1Style
    public C1Style ItemStyle {get; set;}
    See Also